Deployments
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
The commit SHA
^[0-9a-f]{40}$The branch name
The pull request number
The deployment environment. When omitted, it is inferred from branch: branches matching the configured production-branch glob are treated as production; all others default to preview.
Deployment created
Invalid parameters
Unauthorized
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
The deployment ID
Deployment details
SHA256 hash
^[A-Fa-f0-9]{64}$Invalid parameters
Unauthorized
Not found
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
The deployment ID
Deployment finalized
SHA256 hash
^[A-Fa-f0-9]{64}$Invalid parameters
Unauthorized
Not found
Server error
A deployment domain or URL
Deployment domain resolved
Invalid parameters
Not found
Server error
Last updated
Was this helpful?