---
title: "Issues a playstate command to a client."
method: POST
path: "/Sessions/{sessionId}/Playing/{command}"
tags: ["Session"]
---

# Issues a playstate command to a client.

`POST /Sessions/{sessionId}/Playing/{command}`

## Path parameters

- `sessionId` string, required — The session id.
- `command` 'Stop' | 'Pause' | 'Unpause' | 'NextTrack' | 'PreviousTrack' | 'Seek' | 'Rewind' | 'FastForward' | 'PlayPause', required — Enum PlaystateCommand.

## Query parameters

- `seekPositionTicks` integer, nullable — The optional position ticks.
- `controllingUserId` string, nullable — The optional controlling user id.

## Response `204`

Playstate command sent to session.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
