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.Was this page helpful?