Skip to content
DevelopersTerminal

Logout CLI reference


Disconnect the local Computer credential.

On this page

Use this page to inspect every public atoi logout command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.

atoi logoutDisconnect the local Computer credential.

#logout

Clear the locally stored host token.

atoi logout

FlagTypeDefaultValuesWhat it does
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run logout

bash
atoi logout --json

Was this useful?