Check out the newest way to compare different models for a task/agent harness: AutoEvals

Command Reference

Account Deletion

Schedule deletion of your account, a project, or a team.

Schedule permanent deletion of your account, a project, or a team. These commands preview what will be deleted first and schedule the deletion inside a grace window so you can cancel it.

Deleting an account, project, or team is permanent and irreversible. Data is not recoverable once the grace window elapses. These commands are destructive — use them only when you are certain.

How deletion works

Deletion is scheduled first, giving you a grace window. Inside that window you can cancel-project to abort it. Once the window elapses, the deletion proceeds and the data is permanently gone.

Preview before you delete

# Preview blockers and affected teams for account deletion
inf account-deletion preview

# Preview blockers and members for one team's deletion
inf account-deletion get-team-preview --team-id <team-id>

# Check whether the account-deletion flow is enabled for the caller
inf account-deletion enabled

Scheduling deletions

# Schedule deletion of the caller's account
inf account-deletion delete-account

# Schedule deletion of a project and all its data
inf account-deletion delete-project --project-id <project-id>

# Schedule deletion of a team
inf account-deletion delete-team --team-id <team-id>

Cancel a scheduled deletion

# Cancel a scheduled project deletion inside its grace window
inf account-deletion cancel-project --project-id <project-id>

Transfer ownership instead

If you're leaving a team, prefer transferring ownership to another member rather than deleting the team.

inf account-deletion transfer-ownership --team-id <team-id> --to-user-id <user-id>

Each verb's full flag list is shown by inf account-deletion <verb> --help.

On this page