[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: LabelUpdate): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | LabelUpdate | | Returns: Promise<LabelUpdate>