---
title: "Create new GameDay plan."
method: POST
path: "/gamedays"
tags: ["gamedays"]
---

# Create new GameDay plan.

`POST /gamedays`

Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Query parameters

- `teamId` string, required

## Request body

- CreateGameDayPlanRequest — Represents a request to create a GameDay plan for a team
  - `name` string, required
  - `goal` string
  - `type` 'Exploratory' | 'TrainTeams' | 'ValidatePastOutages' | 'TuneObservability' | 'Other'
  - `participants` Participant[]
    - `position` 'Owner' | 'Coordinator' | 'Observer' | 'Reporter', required
    - `email` string
  - `scenarioIds` string[]
  - `environment` string
  - `dashboards` string[]
  - `runbooks` string[]

## Response `201`

New GameDay plan created

## Other responses

- `400` — Bad request
- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: MINIMUM_TEAM_PRIVILEGES
- `404` — Not found

---

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