stacks
Get Deployed Stack
Return a matching ZenML stack that was deployed and registered.
Args: provider: The stack deployment provider. stack_name: The name of the stack. location: The location where the stack should be deployed. date_start: The date when the deployment started. terraform: Whether the stack was deployed using Terraform.
Returns: The ZenML stack that was deployed and registered or None if the stack was not found.
get/api/v1/stack-deployment/stack
Query parameters
provider'aws' | 'gcp' | 'azure' required
All possible stack deployment providers.
stack_namestring required
locationstring nullable
date_startstring date-time nullable
terraformboolean
Response
Successful Response