For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pool

Manage scratch org and sandbox pools in sfp server

sfp server pool config create

Create a new sandbox pool configuration

sfp server pool config delete

Delete a sandbox pool configuration and all its sandboxes

sfp server pool config get

Get details of a specific sandbox pool configuration

See code: src/commands/server/pool/config/get.ts

sfp server pool config list

List all sandbox pool configurations

See code: src/commands/server/pool/config/list.ts

sfp server pool config update

Update an existing sandbox pool configuration

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.

sfp server pool instance extend

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

sfp server pool instance fetch

Fetch an available sandbox from the pool

sfp server pool instance list

List all instances in a sandbox pool

sfp server pool instance unassign

Unassign a sandbox and return it to the available pool

sfp server pool provision

Provision new sandbox instances to meet pool capacity requirements

See code: src/commands/server/pool/provision.ts

sfp server pool replenish

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

See code: src/commands/server/pool/replenish.ts

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.ts

Last updated

Was this helpful?