# Start a automation Start a Automation Endpoint: PUT /flows/api/flows/{flowUuid}/start Version: 3.0 Security: bearerAuth ## Path parameters: - `flowUuid` (string, required) The UUID of the automation to start. ## Response 200 fields (application/json): - `uuid` (string, required) Example: "uuid-uuid-uuid-uuid-example" - `public_uuid` (string,null) Example: "uuid-uuid-uuid-uuid-example" - `team_id` (integer, required) Example: 1 - `name` (string, required) Example: "CMO Germany" - `flow_workspace_uuid` (string,null) Example: "uuid-uuid-uuid-uuid-example" - `flow_version_uuid` (string, required) Example: "uuid-uuid-uuid-uuid-example" - `schedule` (object, required) - `schedule.timezone` (string, required) Example: "Asia/Omsk" - `schedule.use_lead_timezone` (boolean) - `schedule.timeblocks` (array, required) - `schedule.timeblocks.dow` (integer) - `schedule.timeblocks.from` (integer) Example: 840 - `schedule.timeblocks.to` (integer) Example: 1080 - `description` (string,null) Example: "This is a flow description" - `priority` (integer, required) Example: 10 - `status` (string, required) Example: "on" - `is_public` (boolean, required) Example: true - `user_id` (integer, required) Example: 1 - `created_at` (string) Example: "2024-12-11T12:34:56Z" - `updated_at` (string) Example: "2024-12-11T12:34:56Z" ## Response 422 fields (application/json): - `message` (string) Example: "You cannot turn on archived automation"