Synopsis

runagent teardown [OPTIONS]

Description

Remove RunAgent configuration and authentication data from your system.

Options

OptionDescriptionDefault
--force, -fSkip confirmationfalse
--allRemove all RunAgent datafalse

Examples

# Remove configuration (with confirmation)
runagent teardown

# Force removal without confirmation
runagent teardown --force

# Remove all RunAgent data
runagent teardown --all

What Gets Removed

Standard teardown removes:

  • ~/.runagent/config.json
  • Authentication tokens
  • Cached credentials

With --all flag, also removes:

  • Local deployment data
  • Log files
  • Temporary files

Interactive Confirmation

$ runagent teardown
This will remove RunAgent configuration from your system.
Are you sure? [y/N]: y

Removing configuration... ✓
Clearing credentials... ✓

RunAgent configuration removed.

See Also