stacks

Get Stack Deployment Config

Return the URL to deploy the ZenML stack to the specified cloud provider.

Args: request: The FastAPI request object. provider: The stack deployment provider. stack_name: The name of the stack. location: The location where the stack should be deployed. terraform: Whether the stack should be deployed using Terraform. auth_context: The authentication context.

Returns: The cloud provider console URL where the stack will be deployed and the configuration for the stack deployment.

get/api/v1/stack-deployment/config

Query parameters

provider'aws' | 'gcp' | 'azure' required

All possible stack deployment providers.

stack_namestring required
locationstring nullable
terraformboolean

Response

Successful Response

deployment_urlstring required
deployment_url_textstring required
configurationstring nullable
instructionsstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.