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.
Pause a running application by scaling to 0 replicas
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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Id of the application
Scales the number of replicas of the application deployment to 0
Was this page helpful?