Skip to main content
POST
/
applications
/
{applicationId}
/
deployment
Deploy a new version of the application
curl --request POST \
  --url https://local.withsutro.com/applications/{applicationId}/deployment \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'
{
  "deploymentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "versionId": "<string>"
}

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required

Response

A deployment has started

deploymentId
string<uuid>
required
Example:

"b08631ad-a4ec-4c27-9995-01287e83d565"

versionId
string
required

A version string for an Application

Example:

"1.2.34"