Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 534 Bytes

tryorama.trycpclient.cleanallconductors.md

File metadata and controls

19 lines (11 loc) · 534 Bytes

Home > @holochain/tryorama > TryCpClient > cleanAllConductors

TryCpClient.cleanAllConductors() method

Run the reset command on the TryCP server to delete all conductor data.

Signature:

cleanAllConductors(): Promise<null>;

Returns:

Promise<null>

An empty success response.