# Folders Commands

## Contents

- Scope
- Commands
- Parameter notes

## Scope

Use this file for `ticktick folders ...` operations.

## Commands

```bash
ticktick folders list [--json]
ticktick folders create NAME [--json]
ticktick folders rename FOLDER_ID NAME [--json]
ticktick folders delete FOLDER_ID [--json]
```

## Parameter notes

- `FOLDER_ID`: folder identifier.
- `NAME`: folder display name.

Use confirmation before delete.

Use `ticktick folders <action> --help` only as recovery for parameter errors.
