Basic operations
This guide provides an introduction to creating, scaling, and using Gradient Deployments.
Last updated
This guide provides an introduction to creating, scaling, and using Gradient Deployments.
Last updated
Gradient Deployments can be created in the Gradient console or via the Gradient CLI.
You can view your running deployment in the console UI, which will information on the current spec applied and the current status of your deployment.
You can also see the status of your deployment via the CLI
You can manage the state of your deployment by updating your spec file and updating the deployment. To stop your deployment from running you can set the replicas to 0, which turns off all workloads. You are able to edit your deployment spec from the Web UI, or using the Gradient CLI
You can click the edit button in the Web UI to update your deployment spec to change the number of desired replicas as well as the other parts of the spec.
You can manage deployments in a workflow using the Gradient CLI. Your Paperspace API key and Project ID are available as environment variables
You can create deployments using the and linking an API key. You will also need an existing Project to run your deployment.