Skip to content

TonicAI/ephemeral-delete-database

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Delete a Tonic Ephemeral database

A GitHub action that deletes a database from Tonic Ephemeral.

Completes successfully if either:

  • The database was found and deleted.
  • The database was not found.

Inputs

Input Description Required Default
ephemeral-url URL to the Tonic Ephemeral API. For example: https://ephemeral.tonic.ai No https://ephemeral.tonic.ai
ephemeral-api-key API key for authentication. Stored as a secret. Yes -
database-entity-id Identifier of the database to delete. Yes -

Usage example

- name: Delete ephemeral database
  uses: TonicAI/delete-ephemeral-database@v1
  with:
    ephemeral-api-key: ${{ secrets.EPHEMERAL_API_KEY }}
    database-entity-id: ${{ steps.create-db.outputs.database-id }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •