API
CLI
POST /v1beta/projects/{project}/services/{service}/resume
Example request
request body
curl
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request POST \
--data '{"instances":1}' \
https://api.northflank.com/v1beta/projects/{project}/services/{service}/resume
Example response
200 OK
success
Example response
409 Conflict
The service could not be resumed as it is already paused.