Update​
PATCH
/services/{uuid}
Update service by UUID.
Authorizations​
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the service.
Typestring
Requiredformat
uuid
Request Body​
JSON
{
"name": "string",
"description": "string",
"project_uuid": "string",
"environment_name": "string",
"environment_uuid": "string",
"server_uuid": "string",
"destination_uuid": "string",
"instant_deploy": true,
"connect_to_docker_network": false,
"docker_compose_raw": "string"
}
Responses​
Service updated.
application/json
JSON
{
"uuid": "string",
"domains": [
"string"
]
}