Start Agent

Start a hosted agent.

Path parameters

addressstringRequired

Query parameters

no_cachebooleanOptionalDefaults to false

Response

Successful Response
addressstring
Bech32 address of the agent.
runningboolean
Whether the agent is currently running.
compiledbooleanOptional
Whether the agent code has been compiled.
code_digeststringOptional
Digest of the agent's code.
wallet_addressstringOptional
Wallet address of the agent.
code_update_timestampstringOptionalformat: "date-time"
Last time the code was updated.
creation_timestampstringOptionalformat: "date-time"
Time when the agent was created.
revisionintegerOptionalDefaults to 0
Revision number of the agent.
metadataobjectOptional
Metadata associated with the agent.

Errors

422
Unprocessable Entity Error