Skip to main content
PATCH
Changes the bot’s record in Trusset: its label, or whether it is archived. Nothing goes on-chain.
Archiving hides the bot from the default List Liquidation Bots and changes nothing else. The contract stays deployed with its float, its market roles and its enabled markets, and any caller can still liquidate through it. To stop it, pause it with Bot Owner Action or disconnect it with Connect Bot to Market.

Path Parameters

string
required
Bot ID.

Body Parameters

string | null
Display label, at most 64 characters. Surrounding whitespace is trimmed. null or an empty label clears it.
boolean
true hides the bot from the default list, false restores it. The current value counts as no change.
A body that changes nothing returns VALIDATION_ERROR with the message Nothing to update. That covers an empty body and one carrying only archived at its current value.

Response Fields

object

Error Codes