> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crewship.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# rehire

> Extend or resurrect an ephemeral agent.

## `crewship rehire`

Resets the TTL and clears the ghost state of an ephemeral agent. Existing
memory files are preserved. Rehiring a live ephemeral agent extends its TTL.

```bash theme={null}
crewship rehire backend-bot --reason "continue release work"
crewship rehire backend-bot --reason "extend" --ttl 120 --yes
```

`--reason` is required for the history trail. `--ttl` sets the optional TTL in
minutes. The command requires authentication and workspace context and asks
for confirmation before changing the agent.
