Create pool transfer
⚠️ This endpoint is in public preview.
Transfer some or all of one pool into another
Authorizations
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Headers
Unique key for idempotent transfer creation.
Body
Transfer some or all of one pool into another.
Source pool (must belong to the authenticated caller).
(pool_[0-9a-zA-Z_-]{1,21}|cap_[0-9a-zA-Z_-]{1,21})|(sfc:pool:[a-zA-Z0-9._-]+(:[a-zA-Z0-9._-]+){2,2})"pool_k3R-nX9vLm7Qp2Yw5Jd8F"
Destination pool (must belong to the authenticated caller).
(pool_[0-9a-zA-Z_-]{1,21}|cap_[0-9a-zA-Z_-]{1,21})|(sfc:pool:[a-zA-Z0-9._-]+(:[a-zA-Z0-9._-]+){2,2})"pool_k3R-nX9vLm7Qp2Yw5Jd8F"
The transfer's allocation schedule as constant-quantity rectangles. If the final entry does not have end_at: null, a zero-quantity unbounded tail is appended automatically.
Instance SKU the transfer applies to.
isku_[0-9a-zA-Z_-]{1,21}"isku_k3R-nX9vLm7Qp2Yw5Jd8F"
Response
Pool transfer accepted.
A transfer of compute from one pool (from_pool) to another (to_pool).
Discriminator for /pool_transfers responses.
"pool_transfer"Accepts the canonical prefix below; additional legacy prefixes are aliased for read compatibility. Writes always emit the canonical form.
pxfr_[0-9a-zA-Z_-]{1,21}"pxfr_k3R-nX9vLm7Qp2Yw5Jd8F"
Lifecycle status of a pool transfer.
pending, executed, rejected Unix timestamp.
1738972800
Accepts the canonical prefix below; additional legacy prefixes are aliased for read compatibility. Writes always emit the canonical form.
pool_[0-9a-zA-Z_-]{1,21}"pool_k3R-nX9vLm7Qp2Yw5Jd8F"
Accepts the canonical prefix below; additional legacy prefixes are aliased for read compatibility. Writes always emit the canonical form.
pool_[0-9a-zA-Z_-]{1,21}"pool_k3R-nX9vLm7Qp2Yw5Jd8F"
Instance SKU the transfer applied to. Carries the SKU's human-readable name when one is registered.
The transfer's allocation schedule, expanded into constant-quantity rectangles. The final rectangle has end_at: null (the unbounded tail); gaps are represented as explicit zero-quantity rectangles.
Reason a pool transfer was rejected.