/
/Epinio API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1w ago
app-env6
  • getReturn the environment variable assignments for the `App` in the namespace`.
  • postCreate/modify the posted environment variable assignments for the `App` in the `Namespace`.
  • getReturn the named `Env` variable assignment for the `App` in the `Namespace`.
  • deleteRemove the named `Env` variable from the `App` in the `Namespace`.
  • get/namespaces/{Namespace}/applications/{App}/environmentmatch
  • getReturn the environment variable names of the `App` in the `Namespace` with prefix `Pattern`.
appcharts4
application18
configuration8
info1
namespace6
service10
svc-binding2
    app-env

    Remove the named `Env` variable from the `App` in the `Namespace`.

    delete/namespaces/{Namespace}/applications/{App}/environment/{Env}

    Path parameters

    Namespacestring required
    Appstring required
    Envstring required

    Changes