automation-pilot-scheduled-executions-api
Installation
SKILL.md
SAP Automation Pilot Scheduled Executions API Management
This skill manages scheduled command executions in SAP Automation Pilot - creating, listing, updating, and deleting scheduled executions with flexible scheduling options and time zone support.
Quick Start — Most Common Commands
# List all schedules
curl -s -u "$AUTOPI_USERNAME:$AUTOPI_PASSWORD" \
"https://$AUTOPI_HOSTNAME/api/v1/scheduled-executions" | \
jq '.[] | {id, description, enabled, command: .commandId}'
API Endpoint: GET /api/v1/scheduled-executions (not /schedules)
Prerequisites
- Set the following required environment variables: