Post apiassets migrations retry
POST /api/assets//migrations//retry/ — owner-accessible retry.
Flips a failed migration back to pending so the worker can
pick it up on its next poll. Requires WRITE_CONTENT on the asset
(byte movement is a content-level action). asset.is_migrating
is unchanged — it was already True when the row failed.
Authorizations
Response
Read-only serializer for AssetBucketMigration rows.
Includes the source and target repository ids (derived from
allocations) so the frontend can render "Moving from A to B".
asset_title lets the migration row present the same title +
progress the regular Transfer rows show — "size_bytes / total"
was already wired but the human-readable name wasn't.
pending- Pendingin_progress- In Progressverifying- Verifyingcompleting- Completingcompleted- Completedfailed- Failed
pending, in_progress, verifying, completing, completed, failed