Notifications

List, inspect, and delete Tapis notifications. There is no current support for creating or updating them from the CLI.

notifications delete

Delete a Notification

tapis notifications delete NOTIFICATION_UUID
NOTIFICATION_UUID

Notification unique identifer

Replaces legacy CLI command “notifications-delete”

notifications list

List Notifications [by Tapis UUID]

tapis notifications list
    [--sort-ascending | --sort-descending]
    [-l INT]
    [-o INT]
    [TAPIS ENTITY_UUID]
--sort-ascending

sort the column(s) in ascending order

--sort-descending

sort the column(s) in descending order

-l INT, --limit INT

Limit to N records (default: 100)

-o INT, --offset INT

Skip first N records

TAPIS ENTITY_UUID

Optional Tapis Entity unique identifer

Replaces legacy CLI command “notifications-list”

notifications show

Show details of a Notification

tapis notifications show NOTIFICATION_UUID
NOTIFICATION_UUID

Notification unique identifer

Replaces legacy CLI command “notifications-list”