cURL
curl --request POST \ --url https://api.veryfront.com/projects/{project_reference}/deployments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "release_id": "550e8400-e29b-41d4-a716-446655440000", "environment_id": "660e8400-e29b-41d4-a716-446655440000" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "release": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "environment": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "<string>", "updated_at": "<string>" }
Deploy a release to a specific environment within the project
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Project ID or slug
UUID of the release to deploy
UUID of the target environment
Deployment created successfully