Create
POST
/services
Create a one-click service
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Request Body
JSON
{
"type": "string",
"name": "string",
"description": "string",
"project_uuid": "string",
"environment_name": "string",
"environment_uuid": "string",
"server_uuid": "string",
"destination_uuid": "string",
"instant_deploy": false
}
Responses
Create a service.
application/json
JSON
{
"uuid": "string",
"domains": [
"string"
]
}
POST
/services