8000 HTTP API: support setting and unsetting Auto Start / Auto Stop for a workspace · Issue #808 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
HTTP API: support setting and unsetting Auto Start / Auto Stop for a workspace #808
Closed
@johnstcn

Description

@johnstcn

As a developer, I want to be able to perform the following operations:

  • Enable autostart at a given time on a given workspace
  • Enable autostop at a given time on a given workspace
  • Disable autostart on a given workspace
  • Disable autostop on a given workspace

Steps:

  • Update existing workspace CRUD operations to support setting and unsetting AutoStat and AutoStop.
    • Adhere to HATEOAS where appropriate. If the operation would result in no change (for example, autostart already enabled at the given time or autostop already disabled), return status 304
  • Add unit tests to cover existing functionality.

Metadata

Metadata

Assignees

Labels

apiArea: HTTP API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0