resume_deployment_schedule
Restart a paused deployment schedule in Prefect workflow automation to resume automated flow executions based on the defined schedule.
Instructions
Resume a deployment's schedule.
Args: deployment_id: The deployment UUID
Returns: Confirmation message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deployment_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"deployment_id": {
"title": "Deployment Id",
"type": "string"
}
},
"required": [
"deployment_id"
],
"type": "object"
}