[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [createLabel](./cautious-journey.remote.createlabel.md)
## Remote.createLabel() method
Create a new label.
Signature:
```typescript
createLabel(options: LabelQuery): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | LabelQuery | |
Returns:
Promise<LabelUpdate>