Initiate
Start an Orbit Auto Migration on one or more topics
POST /api/v1/initiate_orbit_topic_auto_migrationRequest
Parameter
Type
Required
Default
Description
Example
curl -X POST https://api.warpstream.com/api/v1/initiate_orbit_topic_auto_migration \
-H "Authorization: Bearer <api-key>" -H "Content-Type: application/json" \
-d '{
"virtual_cluster_id": "vci_...",
"topic_name_regexes": ["^orders-.*"],
"max_time_lag_seconds": 120,
"migration_timeout_seconds": 600,
"dry_run": true
}'Response
Last updated
Was this helpful?