Clusters
Applications
Models
Artifacts
- GETGet Artifact
- DELDelete Artifact
- GETList Artifacts
- GETGet Artifact Version
- DELDelete Artifact Version
- GETList Artifact Versions
- PUTApply Artifact Version
- POSTDelete Artifact Version
- POSTGet Signed Urls For Artifact Version
- POSTCreate Multi Part Upload
- POSTStage Artifact Version
- POSTList Files For Artifact Version
- POSTMark Stage Failure
Prompts
Secret Groups
Model Deployments
Users
Personal Access Tokens
Virtual Accounts
Applications
Pause an Application
Pause a running application by scaling to 0 replicas
PATCH
/
api
/
svc
/
v1
/
apps
/
{id}
/
scale-to-zero
curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/scale-to-zero \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the application
Response
200
Scales the number of replicas of the application deployment to 0
Was this page helpful?
curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/scale-to-zero \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.