v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
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