DeleteLogsCommand

data class DeleteLogsCommand(val path: String? = null, val instance: String? = null) : Command

Delete one / all log directories in the instance.

Constructors

Link copied to clipboard
constructor(path: String? = null, instance: String? = null)

Properties

Link copied to clipboard
val instance: String? = null

Instance id

Link copied to clipboard
val path: String? = null

Directory path to delete (either relative or absolute)