Pool

Manage scratch org and sandbox pools in sfp server

sfp server pool config create

Create a new sandbox pool configuration

See code: src/commands/server/pool/config/create.tsarrow-up-right

sfp server pool config delete

Delete a sandbox pool configuration and all its sandboxes

See code: src/commands/server/pool/config/delete.tsarrow-up-right

sfp server pool config get

Get details of a specific sandbox pool configuration

See code: src/commands/server/pool/config/get.tsarrow-up-right

sfp server pool config list

List all sandbox pool configurations

See code: src/commands/server/pool/config/list.tsarrow-up-right

sfp server pool config update

Update an existing sandbox pool configuration

See code: src/commands/server/pool/config/update.tsarrow-up-right

sfp server pool instance delete

Force delete a sandbox instance from a pool. ERROR status instances are always deleted from database even if Salesforce deletion fails.

See code: src/commands/server/pool/instance/delete.tsarrow-up-right

sfp server pool instance extend

Extend the expiration time of an assigned sandbox and optionally change its immortal state

See code: src/commands/server/pool/instance/extend.tsarrow-up-right

sfp server pool instance fetch

Fetch an available sandbox from the pool

See code: src/commands/server/pool/instance/fetch.tsarrow-up-right

sfp server pool instance list

List all instances in a sandbox pool

See code: src/commands/server/pool/instance/list.tsarrow-up-right

sfp server pool instance unassign

Unassign a sandbox and return it to the available pool

See code: src/commands/server/pool/instance/unassign.tsarrow-up-right

sfp server pool provision

Provision new sandbox instances to meet pool capacity requirements

See code: src/commands/server/pool/provision.tsarrow-up-right

sfp server pool replenish

Run complete pool replenishment workflow including reconciliation, lifecycle processing, and quota maintenance

See code: src/commands/server/pool/replenish.tsarrow-up-right

sfp server pool status

Get detailed status and statistics for a sandbox pool. When a specific pool tag is provided, instance details are shown by default.

See code: src/commands/server/pool/status.tsarrow-up-right

Last updated

Was this helpful?