Create
POST /services
POST
/services
Create a one-click service
Authorizations
Request Body required
object
type
required
The one-click service type
string
name
Name of the service.
string
description
Description of the service.
string
project_uuid
required
Project UUID.
string
environment_name
required
Environment name.
string
server_uuid
required
Server UUID.
string
destination_uuid
Destination UUID. Required if server has multiple destinations.
string
instant_deploy
Start the service immediately after creation.
boolean
Responses
201
Create a service.
object
uuid
Service UUID.
string
domains
Service domains.
Array<string>
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string