Initiates an RDS point-in-time snapshot of the entity’s database instance. Returns HTTP 202 immediately; snapshot creation is async (typically 5-20 min). Operator polls GET …/status or receives migration.snapshot_taken webhook when done. Requires migration:admin + migration:write scopes. In dev env: returns a stub snapshot (no real AWS call).
Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Snapshot initiated
RDS snapshot initiated by cutover/snapshot endpoint.
rds_snapshot e.g. arcus-db-prod-cutover-wsspr-20260712-2202-a1b2c3d4
creating, available, failed 0 <= x <= 100dev, staging, prod True in dev env (no real AWS call made).