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
-
-lINT,--limitINT¶ Limit to N records (default: 100)
-
-oINT,--offsetINT¶ Skip first N records
-
TAPISENTITY_UUID¶ Optional Tapis Entity unique identifer
Replaces legacy CLI command “notifications-list”