Applications
Pause an Application
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
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.