Switch Device
transfer_playbackMove current Spotify playback to another device by providing its device ID. Optionally start playing immediately on the target device.
Instructions
Move playback to a different device (see list_devices).
Args:
device_id: Target device ID
play: Start playing after the transfer (default True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| play | No | ||
| device_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| message | Yes | ||
| snapshot_id | No |