Nokku LogoNokku
Nokku LogoNokku

UpdateDaemon

UpdateDaemon

nokku.v1.DaemonService
PATCH
https://app.nokku.sh/v1/workspaces/{workspace_id}/daemons/{id}

path Parameters

workspace_idstring <uuid>required
Example 497f6eca-6276-4993-bfeb-53cbbbba6f08
idstring <uuid>required
Example 497f6eca-6276-4993-bfeb-53cbbbba6f08

Authorization

  • BearerAuth (bearer)

    PASETO token authentication. Include the token in the Authorization header: `Authorization: Bearer <token>`

  • CookieAuth (apiKey in cookie)

    Cookie-based authentication (recommended for web applications). The session cookie is automatically sent by browsers after login.

Request Body

required

application/json

object
status?
string
Enum:"DAEMON_STATUS_UNSPECIFIED""DAEMON_STATUS_PENDING""DAEMON_STATUS_ACCEPTED""DAEMON_STATUS_REJECTED"
config?
object
recordSessions?
boolean

Responses

200

Success

application/json

object

Code Samples

Example Responses