GrowthBook · Capability
GrowthBook REST API — ramp-schedules
GrowthBook REST API — ramp-schedules. 14 operations. Lead operation: Get all rampSchedules. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
GET
Listrampschedules
— Get all rampSchedules
/v1/v1/ramp-schedules
POST
Createrampschedule
— Create a single rampSchedule
/v1/v1/ramp-schedules
GET
Getrampschedule
— Get a single rampSchedule
/v1/v1/ramp-schedules/{id}
DELETE
Deleterampschedule
— Delete a single rampSchedule
/v1/v1/ramp-schedules/{id}
PUT
Updaterampschedule
— Update a single rampSchedule
/v1/v1/ramp-schedules/{id}
POST
Addtargetrampschedule
— Add a target rule to a ramp schedule
/v1/v1/ramp-schedules/{id}/actions/add-target
POST
Approvesteprampschedule
— Approve the current pending-approval step
/v1/v1/ramp-schedules/{id}/actions/approve-step
POST
Completerampschedule
— Complete a ramp schedule immediately
/v1/v1/ramp-schedules/{id}/actions/complete
POST
Ejecttargetrampschedule
— Remove a target rule from a ramp schedule
/v1/v1/ramp-schedules/{id}/actions/eject-target
POST
Jumprampschedule
— Jump to a specific step
/v1/v1/ramp-schedules/{id}/actions/jump
POST
Pauserampschedule
— Pause a ramp schedule
/v1/v1/ramp-schedules/{id}/actions/pause
POST
Resumerampschedule
— Resume a paused ramp schedule
/v1/v1/ramp-schedules/{id}/actions/resume
POST
Rollbackrampschedule
— Roll back a ramp schedule
/v1/v1/ramp-schedules/{id}/actions/rollback
POST
Startrampschedule
— Start a ramp schedule
/v1/v1/ramp-schedules/{id}/actions/start
MCP Tools
get-all-rampschedules
Get all rampSchedules
read-only
idempotent
create-single-rampschedule
Create a single rampSchedule
get-single-rampschedule
Get a single rampSchedule
read-only
idempotent
delete-single-rampschedule
Delete a single rampSchedule
idempotent
update-single-rampschedule
Update a single rampSchedule
idempotent
add-target-rule-ramp-schedule
Add a target rule to a ramp schedule
read-only
approve-current-pending-approval-step
Approve the current pending-approval step
complete-ramp-schedule-immediately
Complete a ramp schedule immediately
remove-target-rule-ramp-schedule
Remove a target rule from a ramp schedule
read-only
jump-specific-step
Jump to a specific step
pause-ramp-schedule
Pause a ramp schedule
resume-paused-ramp-schedule
Resume a paused ramp schedule
roll-back-ramp-schedule
Roll back a ramp schedule
start-ramp-schedule
Start a ramp schedule