Skip to content

StopCanisterOptions

Defined in: pocket-ic-types.ts:550

Options for stopping a given canister.

Principal

canisterId: Principal

Defined in: pocket-ic-types.ts:554

The Principal of the canister to stop.


optional sender: Principal

Defined in: pocket-ic-types.ts:560

The Principal to send the request as. Defaults to the anonymous principal.


optional targetSubnetId: Principal

Defined in: pocket-ic-types.ts:565

The ID of the subnet that the canister resides on.